Interface BgpNotification

All Superinterfaces:
BgpPacket, IPCData, Pdu, Signal
All Known Implementing Classes:
BgpNotificationImpl

public interface BgpNotification extends BgpPacket
  • Method Details

    • getErrorCode

      Byte getErrorCode()
      Returns:
      Byte Returns a Byte
    • setErrorCode

      void setErrorCode(Byte errorCode)
      Parameters:
      errorCode - Takes in a parameter of errorCode
    • getErrorSubCode

      Byte getErrorSubCode()
      Returns:
      Byte Returns a Byte
    • setErrorSubCode

      void setErrorSubCode(Byte errorSubCode)
      Parameters:
      errorSubCode - Takes in a parameter of errorSubCode
    • getData

      List<Byte> getData()
      Returns:
      List<Byte> Returns a List<Byte>
    • setData

      void setData(List<Byte> data)
      Parameters:
      data - Takes in a parameter of data